.centectBg {
  /* background: url(/images/new/homebanner/banner1.png) no-repeat center; */
  /* height: 783px; */
  /* width: 100%;
  background-size: auto 100%; */
  /*width: 1200px;*/
  background-size: auto 1200px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  background-color: #004597;
}
.centectBg .bannerBg {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.centectBg .bannerBg #banimgBox img {
  margin: 0 auto;
  /* height: 783px; */
  position: relative;
  width: 1380px;
  object-fit: cover;
  object-position: center;
}

.banimg {
  display: none;
  height: 670px;
}
.nowbg {
  display: block;
  height: 670px;
}
.leftbtn {
  cursor: pointer;
  background: url(/images/new/icon/banner_left.png) no-repeat center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  left: 60px;
}
.rightbtn {
  cursor: pointer;
  background: url(/images/new/icon/banner_right.png) no-repeat center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  right: 60px;
}

.bubble {
  background: url(/images/new/qipao.png) no-repeat center;
  background-size: 100% 100%;
  /* width: 240px;
  height: 240px; */
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}


.bubble01 {
  position: absolute;
  top: 181px;
  left: 11%;
  -webkit-animation: moveone 4s infinite alternate;
  animation: moveone 4s infinite alternate;
}
@-webkit-keyframes moveone {
  0% { top: 181px;}
  100% { top: 250px;}
}
@keyframes moveone {
  0% { top: 181px;}
  100% { top: 250px;}
}

.bubble02 {
  position: absolute;
  top: 350px;
  left: 28%;
  -webkit-animation: movetwo 4s infinite alternate;
  animation: movetwo 4s infinite alternate;
}
@-webkit-keyframes movetwo {
  0% { top: 350px;}
  100% { top: 280px;}
}
@keyframes movetwo {
  0% { top: 350px;}
  100% { top: 280px;}
}

.bubble03 {
  position: absolute;
  top: 182px;
  left: 46%;
  -webkit-animation: movethree 4s infinite alternate;
  animation: movethree 4s infinite alternate;
}
@-webkit-keyframes movethree {
  0% { top: 182px;}
  100% { top: 260px;}
}
@keyframes movethree {
  0% { top: 182px;}
  100% { top: 260px;}
}

.bubble04 {
  position: absolute;
  top: 370px;
  left: 62%;
  -webkit-animation: movefour 4s infinite alternate;
  animation: movefour 4s infinite alternate;
}
@-webkit-keyframes movefour {
  0% { top: 370px;}
  100% { top: 300px;}
}
@keyframes movefour {
  0% { top: 370px;}
  100% { top: 300px;}
}

.bubble05 {
  position: absolute;
  top: 165px;
  left: 77%;
  -webkit-animation: movefive 4s infinite alternate;
  animation: movefive 4s infinite alternate;
}
@-webkit-keyframes movefive {
  0% { top: 165px;}
  100% { top: 220px;}
}
@keyframes movefive {
  0% { top: 165px;}
  100% { top: 220px;}
}

.qr_code{
  position: absolute;
  bottom: 30px;
  right: 75px;
}
.qr_codeimg{
  height: 89px;
  width: 89px;
  z-index: 999;
}
.qr_title{
  width: 86px;
  height: 27px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  text-align: center
}

